PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package / MemoryStream Class / setPosition Method
The current position within the stream.
In This Topic
    setPosition Method
    In This Topic
    Sets the position within the current stream.
    Syntax
    public void setPosition( 
       long value
    )

    Parameters

    value
    The current position within the stream.
    Exceptions
    ExceptionDescription
    When the stream is closed.
    When value is negative.
    See Also